home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 1
/
Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso
/
pc
/
windows
/
fileutil
/
watchman
/
wms31.inf
< prev
Wrap
INI File
|
1992-09-20
|
2KB
|
47 lines
; WatchMan Setup script for MS Windows 3.1
;
; Copyright (c) 1992, Distant Markets, Edmonton, Canada
[Files]
; List of files on distribution diskette. Used for Install and Uninstall.
; Uppercase entries will be copied to SYSTEM directory,
; lowercase - to WINDOWS directory
; File Name Size Flags Target Name
watchman.ex_ = 36720 COMMON watchman.exe
watchm1l.in_ = 310 LOCAL watchman.ini
watchm1n.in_ = 202 NETWORK watchman.ini
wmrestor.ba_ = 1165 COMMON wmrestor.bat
watchman.ini = 1
watchman.exe = 1
wmrestor.bat = 1
[DDE_Install]
GroupFile=NoCheck
1=ShowGroup(StartUp,1)
2=DeleteItem(WatchMan)
3=AddItem(WATCHMAN.EXE /C,WatchMan)
4=ShowGroup(StartUp,6)
5=CreateGroup(WatchMan,WATCHMAN.GRP)
6=ShowGroup(WatchMan,1)
7=DeleteItem(WatchMan Control)
8=AddItem(WATCHMAN.EXE /S,WatchMan Control,WATCHMAN.EXE,1)
[DDE_UnInstall]
1=ShowGroup(StartUp,1)
2=DeleteItem(WatchMan)
3=ShowGroup(StartUp,6)
4=DeleteGroup(WatchMan)
[Changes]
; List of files which must be backuped. Value "system" mean that file is
; in SYSTEM directory (or in remote directory at network installation),
; othervise file take place in WINDOWS directory. In network installation
; files marked as "system" will be copied to local Windows directory
; to make it available for changes. All files which will be changed
; in [Instructions] section must be listed there to define file directory.
[Instructions]
; Changes at MS Windows .INI and .INF files take place below this line